ComponentOne Xamarin.Android
CollectionChanging Event


C1.CollectionView Assembly > C1.CollectionView Namespace > C1CacheCollectionView<T> Class : CollectionChanging Event
Occurs before the collection changes.
Syntax
'Declaration
 
Public Event CollectionChanging As NotifyCollectionChangedEventHandler
'Usage
 
Dim instance As C1CacheCollectionView(Of T)
Dim handler As NotifyCollectionChangedEventHandler
 
AddHandler instance.CollectionChanging, handler
public event NotifyCollectionChangedEventHandler CollectionChanging
Event Data

The event handler receives an argument of type NotifyCollectionChangedEventArgs containing data related to this event. The following NotifyCollectionChangedEventArgs properties provide information specific to this event.

PropertyDescription
 
 
 
 
 
See Also